@charset "utf-8";
/* CSS Document */
/*-- Page Updated and Created by: Darren Hertzog --*/
/*-- Page Designed under Site Nine Design, LLC --*/

/* This is the responsive wireframe CSS Sheet for 'URL'. */
/* Basic site wireframe sheet */

/*-- pseudo link classes ---*/
#core.lblue:link {color: #FFF; font-weight: bold; text-decoration:none;}
#core.lblue:visited {color: #FFF; font-weight: bold;text-decoration:none;}
#core.lblue:hover {color: #9E4986; font-weight: bold;text-decoration:none;}
#core.lblue:active {color: #FFF; font-weight: bold; text-decoration:none;}
/*pseudo link classes*/

/*------------entire page wrapper and site alignment blocks----------*/

body{
	font-family: arial, Tahoma;
}

p{
	padding: 8px;
	margin: 0;
}

#sitewrapper {
	width: 850px;
	margin: auto;
}

#leftlogo{
	width: 184px;
	height: 140px;
	float: left;
	margin: 3px 0 3px 0;
}

#midbar{
	width: 270px;
	height: 52px;
	margin-left: 89px;
	margin-top: 47px;
	float: left;
}

#rightpic{
	width: 218px;
	height: 140px;
	float: right;
	margin: 3px 0 3px 3px;
}

#mediacontainer{
	width: 848px;
	border: 2px solid #5D388E;
	overflow: hidden;
	border-bottom-right-radius: 30px;
	border-bottom-left-radius: 30px;
}

#rightcolumn{
	width: 300px;
	float: right;
	border-left: 2px solid #5D388E;
}

#contentdiv{
	width: 546px;
	float: left;
}

#footer{
	margin:auto;
	clear: both;
}

#viddiv{
	width: inherit;
	height: 279px;
	border-bottom: 2px solid #5D388E;
}

#socdiv{
	width: inherit;
	height: 38px;
	border-bottom: 2px solid #5D388E;
}

#contactdiv{
	width: 300px;
	height: 94px;
	border-bottom: 2px solid #5D388E;
}

#hours{
	width: inherit;
	height: 85px;
	border-bottom: 2px solid #5D388E;
}

#locationdiv{
	width: inherit;
}
